-
Notifications
You must be signed in to change notification settings - Fork 60
feat(aws-v3): add SQS queue example documentation #2870
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- Add comprehensive SQS queue example for AWS v3 integration - Include blueprint definition with 5 key properties (queueName, queueUrl, queueArn, fifoQueue, visibilityTimeout) - Add complete mapping configuration with all 24 SQS queue properties - Add detailed properties table with action requirements (Default vs GetQueueTagsAction) - Update examples.md with SQS queue section and imports - Update Overview.md to include SQS queues in supported resources list
This pull request is automatically being deployed by Amplify Hosting (learn more). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
- `SQS Queues`: Queue information including attributes, policies, and configuration details. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add organizations
and accounts
Description
This PR adds SQS queue example documentation for the AWS v3 integration.
Added docs pages
/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/examples/sqs/queues/_sqs_queue_blueprint.mdx
)/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/examples/sqs/queues/_sqs_queue_port_app_config.mdx
)/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/examples/sqs/queues/_sqs_queue_properties.mdx
)Updated docs pages
/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/examples.md
)/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/Overview.md
)